﻿* {
    font-family: 'Arial', sans-serif;
    word-break: break-word;
}

:root {
    --main-theme-color: #c32217;
    --sub-theme-color: #b50a14;
}


/*按钮*/
.btn-primary {
    color: #fff;
    background-color: var(--main-theme-color) !important;
    border-color: var(--main-theme-color) !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: var(--sub-theme-color) !important;
    border-color: var(--sub-theme-color) !important;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: var(--sub-theme-color) !important;
    border-color: var(--sub-theme-color) !important;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: var(--sub-theme-color) !important;
    border-color: var(--sub-theme-color) !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff !important;
    background-color: var(--sub-theme-color) !important;
    border-color: var(--sub-theme-color) !important;
    outline: none;
}


/*table*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    /*table-layout: fixed;*/
}

table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

table tr:nth-child(odd) {
    background-color: #fff
}

table tr:nth-child(even) {
    background-color: #f9f9f9
}


/* pagination_style */

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.pagination>li>a,
.pagination>li>span {
    color: var(--main-theme-color);
}

.breadcrumb_nav_img_wrap {
    width: 100%;
    height: 300px;
    background-color: #ddd;
}

.breadcrumb-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.inside-banner-h1 {
    font-size: 52px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.inside-banner-h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    height: 3px;
    background: #FFFFFF;
}

.inside-banner-desc {
    font-size: 16px;
    color: #FFFFFF;
    max-width: 526px;
}

.breadcrumb_nav_img {
    position: relative;
}

.breadcrumb_nav_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}

.breadcrumb_nav_list a {
    color: var(--main-theme-color);
}

.breadcrumb_nav_list .breadcrumb_nav_position {
    text-transform: none;
}

.breadcrumb_nav_list span {
    text-transform: capitalize;
}

.breadcrumb_nav_wrap {
    padding: 26px 0;
    background-color: #fff;
    /* -webkit-box-shadow:0 0 16px 0 rgb(0 0 0 / 8%);box-shadow:0 0 16px 0 rgb(0 0 0 / 8%);*/
}

.breadcrumb_nav_list {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb_nav_list li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 10px;
}

.breadcrumb_nav_list li a {
    text-transform: capitalize;
}

.breadcrumb_nav_list li a:hover {
    color: var(--main-theme-color);
}

.breadcrumb_nav_list .fa.fa-home {
    color: #666;
    font-size: 20px;
    margin-right: 4px;
}

[dir="rtl"] .breadcrumb_nav_list li i {
    margin-right: 0;
    margin-left: 4px;
}

[dir="rtl"] .breadcrumb_nav_list li {
    margin-left: 10px;
}

[dir="rtl"] .site-header-bottom .language {
    margin-right: 0;
    margin-left: 14px;
}

[dir="rtl"] .external_links {
    padding-left: 0 !important;
    padding-right: 8px !important;
}

[dir="rtl"] .dg-recommend-box .left {
    text-align: right;
}

[dir="rtl"] .dg-recommend-box .dg-sub-tit {
    padding-left: 0;
    padding-right: 60px;
}

[dir="rtl"] .dg-recommend-box .dg-sub-tit:before {
    right: 0;
    left: auto;
}

[dir="rtl"] .digood-sidebar-nav .collapse-button {
    left: auto;
    right: 0;
    width: auto;
    border-left: none;
    border-right: 3px solid var(--main-theme-color);
}

@media (max-width:1199px) {
    .breadcrumb-content {
        display: none;
    }
}

@media (max-width:767px) {
    .breadcrumb_nav_wrap {
        padding: 14px 0;
    }
}


/*分页按钮*/

.pagination_style .pagination li {
    margin: 0 3px;
}

.pagination_style .pagination li a {
    padding: 3px 11px;
    display: inline-block;
    border: 1px solid #ddd;
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    border-radius: 0 !important;
    font-weight: 600;
}

.pagination_style .pagination li a:hover,
.pagination_style .pagination li.active a {
    background-color: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
    color: #fff !important;
}

@media only screen and (min-width:1200px) {
    .pagination_style .pagination li {
        margin: 0 5px;
    }
    .pagination_style .pagination li a {
        padding: 5px 15px;
        min-width: 40px;
        text-align: center;
    }
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.clamp2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.clamp3 {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.clamp4 {
    line-clamp: 4;
    -webkit-line-clamp: 4;
}

.clamp5 {
    line-clamp: 5;
    -webkit-line-clamp: 5;
}

.scroll_to_top2 {
    position: fixed;
    top: 83%;
    right: 20px;
    z-index: 24;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: .9s;
    transition: .9s;
}

.scroll_to_top2 i{
    height: 40px;
    width: 40px;
    overflow: hidden;
    line-height: 38px;
    background: url(../images/ggtop.png) no-repeat;
    text-align: center;
    display: block;
}

.current-cat-panel {
    background-color: var(--main-theme-color) !important;
}

.current-cat-panel a,
.current-cat-panel a i.fa {
    color: #fff !important;
}

.widget_custom_more a {
    background-color: var(--main-theme-color);
    color: #fff;
    font-size: 16px;
    padding: 6px 18px;
    border-radius: 6px;
    margin-top: 16px;
    display: inline-block;
}

.widget_custom_more a:hover {
    color: #FFFFFF !important;
    background-color: var(--sub-theme-color);
}

.cloudzoom-zoom {
    background-color: #fff;
}

.digood-product-detail-section .gallery-thumbs .product-thumbnail {
    text-align: center;
    border: 1px solid #eee;
}

.sticky-header {
    z-index: 999999;
}

.clampHeight {
    max-height: 56px;
    overflow: hidden;
}

.dropdown-menus {
    /*display: none;*/
    /*min-width: 250px;*/
}

.pc-navbar li:hover>.dropdown-menus {
    /*display: flex;*/
    /*z-index: 9999;*/
}

.dropdown-menus.products-dropdown-menus {
    min-width: auto;
    max-width: 100%;
}

.dropdown-menus-body {
    min-width: 17%;
    padding: 30px 0;
}

.pc-navbar>li>a {
    position: relative;
}

.pc-navbar li.sub_products_nav_menu>a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--main-theme-color);
    position: absolute;
    left: 28px;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
}

.pc-navbar li.sub_products_nav_menu:hover>a:after {
    opacity: 1;
    visibility: visible;
}

.sub_products_nav_menu .dropdown-menus:before {
    display: none;
}

.site-header-bottom .logo img {
    max-width: 200px;
}

.qodef-detail-title {
    font-size: 40px;
}

.dg-contat-info .contact-info-box {
    padding: 60px 30px;
}

.digood-sidebar-nav .collapse-link {
    max-width: 92%;
    display: inline-block;
    line-height: 20px;
}

[dir="rtl"] .site-header-bottom .logo {
    text-align: right;
}

[dir="rtl"] .site-header-bottom .language:before {
    right: auto;
    left: 0;
}

[dir="rtl"] .default-swiper-pagination .swiper-pagination-bullet {
    margin-right: 30px;
    margin-left: 0;
}

[dir="rtl"] .search-g-box {
    right: -80px;
}

[dir="rtl"] .search-g-box form button {
    border-radius: 3px 0 0 3px;
}

[dir="rtl"] .search-g-box form input {
    border-left: none;
    border-right: 1px solid var(--main-theme-color);
    border-radius: 0px 3px 3px 0;
}

.site-footer .footer-weight-link a:focus,
.site-footer .ft-social-list a:focus,
.site-footer .ft-contct-info a:focus {
    color: #FFFFFF !important;
}


/*首页*/

.banner_video_box {
    height: 100%;
    overflow: hidden;
}

.home-banner-section .banner-button-prev,
.home-banner-section .banner-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: var(--main-theme-color);
    font-size: 50px;
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    opacity: 0.5;
    cursor: pointer;
}

.home-banner-section .banner-button-next {
    right: 0px;
}

.home-banner-section .banner-button-prev {
    left: 0px;
}

.index-site-header-bottom.header_bg {
    background-color: #FFFFFF;
}

.header_bg.index-site-header-bottom .pc-navbar>li>a,
.header_bg.index-site-header-bottom .searchbox>i,
.header_bg.index-site-header-bottom .external_links a,
.header_bg.index-site-header-bottom .language,
.header_bg.index-site-header-bottom .qodef-m-icon {
    color: #333;
}

.header_bg.index-site-header-bottom .qodef-m-icon>* {
    fill: #333;
    stroke: #333;
}

.header_bg.index-site-header-bottom .language:before {
    background: #282828;
}

.home-banner-section video {
    width: 100%;
    height: 100vh;
    text-align: center;
    object-fit: cover;
}

.home_product_ibox {
    position: relative;
    direction: ltr;
}

.home-products-section .section-main-tit,
.home-products-section .dg-sub-tit {
    color: #fff;
}

.home-products-section .dg-sub-tit:before {
    background: #fff;
}

.home-products-section .top {
    border-bottom: 1px solid #fff;
}

.home-products-section .read-more:before {
    display: none;
}

.home-products-section .read-more,
.home-products-section .read-more a {
    color: #fff;
    padding-bottom: 0;
}

.home-products-section .product-button-next,
.home-products-section .product-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 41%;
    z-index: 4;
    transform: translateY(-50%);
    overflow: hidden;
}

.home-products-section .product-button-prev:after,
.home-products-section .product-button-next:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-theme-color);
    opacity: 0.6;
    z-index: -1;
    transition: 0.5s;
}

.home-products-section .product-button-prev:hover:after,
.home-products-section .product-button-next:hover:after {
    opacity: 1;
}

.home-products-section .product-button-next {
    right: -52px;
}

.home-products-section .product-button-prev {
    left: -52px;
}

.home-solution-section .solution-bg {
    display: none;
    height: 100%;
    width: 100%;
}

.home-solution-section .solution-bg.on {
    display: block;
}

.home-solution-section .solution-item {
    width: auto;
}

.dg-about-advantage.home-advantage .advantage-content {
    margin-bottom: 50px;
}

.dg-about-advantage .dg-sub-tit {
    margin-bottom: 10px;
}

.home-solution-section .solution-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.home-solution-section .solution-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.home-solution-section .solution-bg.on {
    display: block;
}

.home-video-section .play-btn .bvp-icon {
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--main-theme-color);
    height: 80px;
}


/*.dg-soulution-box{padding-top:100px;}*/

.dg-development-page .development-prev {
    margin: 0 auto;
    background: #fff;
    text-align: center;
    box-shadow: 3px 4px 5px 0 rgb(0 0 0 / 9%);
    position: absolute;
    width: 90px;
    height: 54px;
    top: -40px;
    left: 36px;
    z-index: 2;
    cursor: pointer;
}

.dg-development-page .development-prev img {
    margin-top: 16px;
    width: 50px;
    transform: rotate(180deg);
}

.dg-development-page .development-next img {
    margin-top: 16px;
    width: 50px;
}

.digood-product-detail-section table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

.digood-product-detail-section table::-webkit-scrollbar-track {
    background-color: transparent;
}


/*定义滚动条轨道 内阴影+圆角*/

.digood-product-detail-section table::-webkit-scrollbar-thumb {
    background-color: rgb(221, 222, 224);
    border-radius: 6px;
}


/*定义滑块 内阴影+圆角*/

.digood-product-detail-section .table-tip {
    text-align: center;
    margin: 16px 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-theme-color);
}

.dg-service-center .service-contentet ul,
.dg-service-center .service-contentet ol {
    padding-left: 20px;
}

.dg-service-center .service-contentet ul li,
.dg-service-center .service-contentet ol li {
    list-style: initial;
}

@media only screen and (max-width:1659px) {
    .home-products-section .product-button-next {
        right: -26px;
    }
    .home-products-section .product-button-prev {
        left: -26px;
    }
}

@media only screen and (min-width:1400px) {
    .pc-navbar>li>a {
        padding: 28px 12px 28px 8px;
        font-size: 15px;
    }
    .aside-contact-subtitle {
        font-size: 45px;
    }
    .dg-development-page .development-prev {
        width: 110px;
        height: 60px;
        top: -44px;
        left: 104px;
    }
    .dg-development-page .development-next {
        width: 110px;
        height: 60px;
        bottom: 44px;
        left: 104px;
    }
    .dg-development-page .development-prev img,
    .dg-development-page .development-next img {
        margin-top: 16px;
    }
}

@media only screen and (min-width:1500px) {
    .pc-navbar>li>a {
        padding: 28px 18px 28px 18px;
        font-size: 17px;
    }
}

@media only screen and (max-width:1499px) {
    .dg-about-more-info .section-main-tit {
        font-size: 40px;
    }
    .inside-banner-h1 {
        font-size: 42px;
        line-height: 44px;
    }
    .aside-contact-subtitle {
        font-size: 40px;
    }
    .dg-soulution-box {
        padding-top: 90px;
    }
}

@media only screen and (max-width:1399px) {
    .pc-navbar>li>a {
        padding: 28px 8px 28px 8px;
        font-size: 15px;
    }
    .dg-about-more-info .section-main-tit {
        font-size: 34px;
        margin-bottom: 28px;
    }
    .aside-contact-subtitle {
        font-size: 30px;
    }
    .digood-sidebar-related .dg-media-link {
        /*width: 60px;*/
    }
    .digood-sidebar-related .dg-media-right {
        font-size: 16px;
        line-height: 20px;
    }
    .section-main-tit {
        font-size: 40px;
    }
    .inside-banner-h1 {
        font-size: 34px;
    }
    .qodef-detail-title {
        font-size: 36px;
    }
    .dg-company-introduce .bottom-info span {
        font-size: 40px;
    }
    .dg-soulution-box {
        padding-top: 80px;
    }
}

@media only screen and (min-width:1300px) {
    .dg-about-advantage.home-advantage {
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width:1200px) {
    .index-site-header-bottom {
        background: rgba(0, 0, 0, 0.2);
    }
    .banner_video_box {
        height: 100vh;
    }
    .home-solution-section .solution-menu {
        padding-top: 84px;
    }
    .dg-about-advantage .advantage-content {
        width: 100%;
    }
    .at-home {
        height: 100vh;
        overflow: hidden;
    }
    .dg-about-advantage.home-advantage {
        height: 100vh;
    }
    .home-application-section {
        margin-top: 90px;
    }
    [dir="rtl"] .home-solution-section .solution-menu {
        left: auto;
        right: 0;
    }
    [dir="rtl"] .site-footer .right {
        padding-left: 50px;
        padding-right: 15px;
    }
    [dir="rtl"] .home-solution-section .solution-item {
        left: 0;
        right: auto;
    }
}

@media only screen and (min-width:1200px) and (max-width:1299px) {
    .section-main-tit {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .dg-sub-tit,
    .dg-about-advantage .dg-sub-tit {
        margin-bottom: 6px;
    }
    .dg-about-advantage.home-advantage .item {
        margin: 10px 0;
    }
    .dg-about-advantage .counter2,
    .dg-about-advantage .unit {
        font-size: 40px;
    }
    .dg-about-advantage .number-text {
        margin-top: 4px;
    }
    .dg-about-advantage.home-advantage .advantage-content {
        margin-bottom: 14px;
    }
    .default-link-button {
        padding: 12px 24px;
    }
    .section-sub-desc {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 22px;
    }
    .home-products-section .read-more {
        margin-bottom: 22px;
    }
    .site-footer .footer-main-tit {
        margin-bottom: 40px;
    }
    .site-footer .submit-btn {
        padding: 10px 18px;
    }
    .home-video-section .play-btn {
        width: 110px;
        line-height: 110px;
        height: 110px;
    }
    .dg-about-advantage .section-main-tit {
        margin-bottom: 20px;
    }
    .inside-banner-h1 {
        font-size: 34px;
        line-height: 38px;
    }
}

@media only screen and (max-width:1199px) {
    .home-banner-section video,
    .banner_swiper .mobile-banner {
        height: auto;
    }
    .home-solution-section .solution-cont {
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        padding: 30px 15px;
    }
    .home-solution-section .solution-menu {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        padding: 20px 0;
    }
    .home-solution-section .solution-menu li {
        padding: 10px 20px;
        margin: 8px 6px;
        background-color: #ddd;
        width: 45%;
        line-height: 22px;
    }
    .home-solution-section .solution-menu li.active {
        background-color: var(--main-theme-color);
        color: #FFFFFF;
    }
    .home-solution-section .section-main-tit {
        margin-bottom: 40px;
    }
    .home-solution-section .section-main-tit span {
        margin-top: 10px;
    }
    .home-video-section {
        height: auto;
    }
    .home-video-section .play-btn {
        width: 74px;
        height: 74px;
        line-height: 74px;
    }
    .home-video-section .play-btn .bvp-icon {
        width: 55px;
        height: 55px;
    }
    .default-link-button {
        padding: 12px 24px;
    }
    .dg-sub-tit {
        margin-bottom: 10px;
    }
    .section-main-tit {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .site-footer .submit-btn {
        padding: 14px 18px;
    }
    .qodef-detail-title {
        font-size: 30px;
    }
    [lang="ar"] .menu-handler {
        margin-left: 0;
        margin-right: 20px;
    }
    .home-solution-section .solution-bg-box {
        height: 400px;
        position: relative;
    }
    .dg-soulution-box {
        padding-top: 70px;
    }
    .dg-development-page .development-next {
        width: 90px;
        left: 36px;
        height: 54px;
        bottom: 40px;
    }
}

@media only screen and (min-width:992px) {
    .site-footer .footer-column1 {
        height: 99%;
    }
}

@media only screen and (max-width:991px) {
    .site-header-bottom .external_links a {
        color: #333;
    }
    [dir="rtl"] .site-footer .right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .qodef-detail-title {
        font-size: 28px;
    }
    .qodef-detail-title {
        font-size: 32px;
    }
    .dg-company-introduce .bottom-info span {
        font-size: 32px;
    }
    .dg-soulution-box {
        padding-top: 60px;
    }
    .digood-product-detail-section table {
        width: auto !important;
    }
}

@media only screen and (min-width:768px) {
    .dg-sub-tit {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:767px) {
    .site-header-bottom .logo img {
        max-width: 140px;
    }
    .home-products-section .product-button-next {
        right: 0px;
    }
    .home-products-section .product-button-prev {
        left: 0;
    }
    .dg-about-more-info .section-main-tit {
        font-size: 28px;
    }
    .dg-sub-tit,
    .dg-about-advantage .dg-sub-tit {
        margin-bottom: 6px;
    }
    .home-solution-section .section-main-tit {
        font-size: 26px;
    }
    .section-main-tit {
        font-size: 24px;
        margin-bottom: 28px;
    }
    .pro-nav-tabs .MonRegularTitle {
        font-size: 20px;
        padding: 10px 0;
    }
    .qodef-detail-title {
        font-size: 24px;
    }
    .dg-company-introduce .bottom-info span {
        font-size: 26px;
    }
    .dg-about-advantage .counter2,
    .dg-about-advantage .unit {
        font-size: 34px;
    }
    .dg-soulution-box {
        padding-top: 55px;
    }
    .dg-service-center {
        padding: 38px 0 30px;
    }
}

.pro-nav-tabs .icon {
    opacity: 1;
    position: static;
}

.web-member,
.web-member a {
    color: #000;
    font-size: 14px;
}

.web-member a i {
    font-weight: bold;
}

.header-cart a {
    display: block;
    position: relative;
}

.header-cart i {
    font-size: 24px;
    color: #000;
}

.header-cart a span {
    width: 24px;
    height: 18px;
    border-radius: 8px;
    background: #ed3f14;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -9px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.mobile-member {
    line-height: 24px;
    padding: 10px 40px 10px 15px;
    color: #fff;
}

.mobile-member a {
    color: #fff;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .web-member {
        display: none;
    }
}